home *** CD-ROM | disk | FTP | other *** search
- /* $VER: SFS540 40.2 (21.3.99)
- *
- * 540MB MO file system entry
- *
- * This file enables SFS on a 540MB MO disk cartridge.
- */
-
- /* 540MB MO disks have 1041500 512-byte sectors. 41660*25 = 1041500 */
-
- FileSystem = L:SmartFileSystem
- Flags = 0
- Surfaces = 1
- BlocksPerTrack = 25
- SectorsPerBlock = 1
- SectorSize = 512
- Mask = 0x7FFFFFFE /* Change to suit your system and SCSI controller */
- MaxTransfer = 0xFFFFFFFE /* Change to suit your system and SCSI controller */
- Reserved = 2
- Interleave = 0
- LowCyl = 0
- HighCyl = 41659
- Buffers = 128 /* Number of 512-byte filesystem buffers */
- BufMemType = 1
- StackSize = 4096
- Priority = 10
- GlobVec = -1
-
- /* The Device and Unit fields are controlled by tooltypes in the SFS540 icon.
- *
- * Device = scsi.device
- * Unit = 4
- */
-